Platform Explorer / Nuxeo Platform 6.0

Operation Seam.AddToWorklist (Push to Worklist)

Description

Add the input document(s) to worklist. Returns back the document(s)
Operation id Seam.AddToWorklist
Category User Interface
Label Push to Worklist
Requires Seam
Since

Parameters

No parameters.

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.PushToWorklist
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.AddToWorklist",
  "label" : "Push to Worklist",
  "category" : "User Interface",
  "requires" : "Seam",
  "description" : "Add the input document(s) to worklist. Returns back the document(s)",
  "url" : "Seam.AddToWorklist",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ ]
}